RichTextBox for WPF | ComponentOne
System.Web Namespace / HttpUtility Class / UrlDecodeToBytes Method / UrlDecodeToBytes(Byte[],Int32,Int32) Method

In This Topic
    UrlDecodeToBytes(Byte[],Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function UrlDecodeToBytes( _
       ByVal bytes() As Byte, _
       ByVal offset As Integer, _
       ByVal count As Integer _
    ) As Byte()
    public static byte[] UrlDecodeToBytes( 
       byte[] bytes,
       int offset,
       int count
    )

    Parameters

    bytes
    offset
    count
    See Also